You awake to a cool wind running through the air.
Apparently suspended in some kind of mist, you can't see anything past the haze.
[[→|start2]]You hear (text-colour:#b2f188)[a soft voice] ask for your name.
[[Enter Name →|start3-nameinput]](text-color:#b2f188)["](text-colour:#ac00fc)[$name.](text-color:#b2f188)[ Is this what you call yourself?"]
(text-colour:#b8b8b8)[**Your name cannot be changed later**]
[[Yes →|start5]]
[[No ←|start3-nameinput]](text-color:#b2f188)["You have a wonderful name,](text-colour:#ac00fc)[ $name. ](text-color:#b2f188)[Now tell me. What are your pronouns?"]
[[Enter Pronouns →|start6-pronounsinput]](text-colour:#9ba23f)+(bg:#504949)[//While I think this feature is fully implimented and correct, please let me know if you find any issues.//]
(set: $pronounconfirm to 0)
(text-colour:#b8b8b8)[Enter your subjective pronoun in ''lowercase''.
(ex. she, he, they, it. //She/he// has a pet.)]
(input: bind $heshe, "")
{(live: 1s)[
(if: $pronounconfirm is 1)[
(if: 1st of $heshe is "a")[
(set: $capheshe to (str-replaced: 1, "a", "A", $heshe))
](else-if: 1st of $heshe is "b")[
(set: $capheshe to (str-replaced: 1, "b", "B", $heshe))
](else-if: 1st of $heshe is "c")[
(set: $capheshe to (str-replaced: 1, "c", "C", $heshe))
](else-if: 1st of $heshe is "d")[
(set: $capheshe to (str-replaced: 1, "d", "D", $heshe))
](else-if: 1st of $heshe is "e")[
(set: $capheshe to (str-replaced: 1, "e", "E", $heshe))
](else-if: 1st of $heshe is "f")[
(set: $capheshe to (str-replaced: 1, "f", "F", $heshe))
](else-if: 1st of $heshe is "g")[
(set: $capheshe to (str-replaced: 1, "g", "G", $heshe))
](else-if: 1st of $heshe is "h")[
(set: $capheshe to (str-replaced: 1, "h", "H", $heshe))
](else-if: 1st of $heshe is "i")[
(set: $capheshe to (str-replaced: 1, "i", "I", $heshe))
](else-if: 1st of $heshe is "j")[
(set: $capheshe to (str-replaced: 1, "j", "J", $heshe))
](else-if: 1st of $heshe is "k")[
(set: $capheshe to (str-replaced: 1, "k", "K", $heshe))
](else-if: 1st of $heshe is "l")[
(set: $capheshe to (str-replaced: 1, "l", "L", $heshe))
](else-if: 1st of $heshe is "m")[
(set: $capheshe to (str-replaced: 1, "m", "M", $heshe))
](else-if: 1st of $heshe is "n")[
(set: $capheshe to (str-replaced: 1, "n", "N", $heshe))
](else-if: 1st of $heshe is "o")[
(set: $capheshe to (str-replaced: 1, "o", "O", $heshe))
](else-if: 1st of $heshe is "p")[
(set: $capheshe to (str-replaced: 1, "p", "P", $heshe))
](else-if: 1st of $heshe is "q")[
(set: $capheshe to (str-replaced: 1, "q", "Q", $heshe))
](else-if: 1st of $heshe is "r")[
(set: $capheshe to (str-replaced: 1, "r", "R", $heshe))
](else-if: 1st of $heshe is "s")[
(set: $capheshe to (str-replaced: 1, "s", "S", $heshe))
](else-if: 1st of $heshe is "t")[
(set: $capheshe to (str-replaced: 1, "t", "T", $heshe))
](else-if: 1st of $heshe is "u")[
(set: $capheshe to (str-replaced: 1, "u", "U", $heshe))
](else-if: 1st of $heshe is "v")[
(set: $capheshe to (str-replaced: 1, "v", "V", $heshe))
](else-if: 1st of $heshe is "w")[
(set: $capheshe to (str-replaced: 1, "w", "W", $heshe))
](else-if: 1st of $heshe is "x")[
(set: $capheshe to (str-replaced: 1, "x", "X", $heshe))
](else-if: 1st of $heshe is "y")[
(set: $capheshe to (str-replaced: 1, "y", "Y", $heshe))
](else-if: 1st of $heshe is "z")[
(set: $capheshe to (str-replaced: 1, "z", "Z", $heshe))
]]]}
(text-colour:#b8b8b8)[Enter your objective pronoun in ''lowercase''.
(ex. her, him, them, it. We didn't leave any for //her/him//.)]
(input: bind $himher, "")
{(live: 1s)[
(if: $pronounconfirm is 1)[
(if: 1st of $himher is "a")[
(set: $caphimher to (str-replaced: 1, "a", "A", $himher))
](else-if: 1st of $himher is "b")[
(set: $caphimher to (str-replaced: 1, "b", "B", $himher))
](else-if: 1st of $himher is "c")[
(set: $caphimher to (str-replaced: 1, "c", "C", $himher))
](else-if: 1st of $himher is "d")[
(set: $caphimher to (str-replaced: 1, "d", "D", $himher))
](else-if: 1st of $himher is "e")[
(set: $caphimher to (str-replaced: 1, "e", "E", $himher))
](else-if: 1st of $himher is "f")[
(set: $caphimher to (str-replaced: 1, "f", "F", $himher))
](else-if: 1st of $himher is "g")[
(set: $caphimher to (str-replaced: 1, "g", "G", $himher))
](else-if: 1st of $himher is "h")[
(set: $caphimher to (str-replaced: 1, "h", "H", $himher))
](else-if: 1st of $himher is "i")[
(set: $caphimher to (str-replaced: 1, "i", "I", $himher))
](else-if: 1st of $himher is "j")[
(set: $caphimher to (str-replaced: 1, "j", "J", $himher))
](else-if: 1st of $himher is "k")[
(set: $caphimher to (str-replaced: 1, "k", "K", $himher))
](else-if: 1st of $himher is "l")[
(set: $caphimher to (str-replaced: 1, "l", "L", $himher))
](else-if: 1st of $himher is "m")[
(set: $caphimher to (str-replaced: 1, "m", "M", $himher))
](else-if: 1st of $himher is "n")[
(set: $caphimher to (str-replaced: 1, "n", "N", $himher))
](else-if: 1st of $himher is "o")[
(set: $caphimher to (str-replaced: 1, "o", "O", $himher))
](else-if: 1st of $himher is "p")[
(set: $caphimher to (str-replaced: 1, "p", "P", $himher))
](else-if: 1st of $himher is "q")[
(set: $caphimher to (str-replaced: 1, "q", "Q", $himher))
](else-if: 1st of $himher is "r")[
(set: $caphimher to (str-replaced: 1, "r", "R", $himher))
](else-if: 1st of $himher is "s")[
(set: $caphimher to (str-replaced: 1, "s", "S", $himher))
](else-if: 1st of $himher is "t")[
(set: $caphimher to (str-replaced: 1, "t", "T", $himher))
](else-if: 1st of $himher is "u")[
(set: $caphimher to (str-replaced: 1, "u", "U", $himher))
](else-if: 1st of $himher is "v")[
(set: $caphimher to (str-replaced: 1, "v", "V", $himher))
](else-if: 1st of $himher is "w")[
(set: $caphimher to (str-replaced: 1, "w", "W", $himher))
](else-if: 1st of $himher is "x")[
(set: $caphimher to (str-replaced: 1, "x", "X", $himher))
](else-if: 1st of $himher is "y")[
(set: $caphimher to (str-replaced: 1, "y", "Y", $himher))
](else-if: 1st of $himher is "z")[
(set: $caphimher to (str-replaced: 1, "z", "Z", $himher))
]]]}
(text-colour:#b8b8b8)[Enter your posessive determiner in ''lowercase''.
(ex. her, his, their, its. //Her/his// friend is sick.)]
(input: bind $hisher, "")
{(live: 1s)[
(if: $pronounconfirm is 1)[
(if: 1st of $hisher is "a")[
(set: $caphisher to (str-replaced: 1, "a", "A", $hisher))
](else-if: 1st of $hisher is "b")[
(set: $caphisher to (str-replaced: 1, "b", "B", $hisher))
](else-if: 1st of $hisher is "c")[
(set: $caphisher to (str-replaced: 1, "c", "C", $hisher))
](else-if: 1st of $hisher is "d")[
(set: $caphisher to (str-replaced: 1, "d", "D", $hisher))
](else-if: 1st of $hisher is "e")[
(set: $caphisher to (str-replaced: 1, "e", "E", $hisher))
](else-if: 1st of $hisher is "f")[
(set: $caphisher to (str-replaced: 1, "f", "F", $hisher))
](else-if: 1st of $hisher is "g")[
(set: $caphisher to (str-replaced: 1, "g", "G", $hisher))
](else-if: 1st of $hisher is "h")[
(set: $caphisher to (str-replaced: 1, "h", "H", $hisher))
](else-if: 1st of $hisher is "i")[
(set: $caphisher to (str-replaced: 1, "i", "I", $hisher))
](else-if: 1st of $hisher is "j")[
(set: $caphisher to (str-replaced: 1, "j", "J", $hisher))
](else-if: 1st of $hisher is "k")[
(set: $caphisher to (str-replaced: 1, "k", "K", $hisher))
](else-if: 1st of $hisher is "l")[
(set: $caphisher to (str-replaced: 1, "l", "L", $hisher))
](else-if: 1st of $hisher is "m")[
(set: $caphisher to (str-replaced: 1, "m", "M", $hisher))
](else-if: 1st of $hisher is "n")[
(set: $caphisher to (str-replaced: 1, "n", "N", $hisher))
](else-if: 1st of $hisher is "o")[
(set: $caphisher to (str-replaced: 1, "o", "O", $hisher))
](else-if: 1st of $hisher is "p")[
(set: $caphisher to (str-replaced: 1, "p", "P", $hisher))
](else-if: 1st of $hisher is "q")[
(set: $caphisher to (str-replaced: 1, "q", "Q", $hisher))
](else-if: 1st of $hisher is "r")[
(set: $caphisher to (str-replaced: 1, "r", "R", $hisher))
](else-if: 1st of $hisher is "s")[
(set: $caphisher to (str-replaced: 1, "s", "S", $hisher))
](else-if: 1st of $hisher is "t")[
(set: $caphisher to (str-replaced: 1, "t", "T", $hisher))
](else-if: 1st of $hisher is "u")[
(set: $caphisher to (str-replaced: 1, "u", "U", $hisher))
](else-if: 1st of $hisher is "v")[
(set: $caphisher to (str-replaced: 1, "v", "V", $hisher))
](else-if: 1st of $hisher is "w")[
(set: $caphisher to (str-replaced: 1, "w", "W", $hisher))
](else-if: 1st of $hisher is "x")[
(set: $caphisher to (str-replaced: 1, "x", "X", $hisher))
](else-if: 1st of $hisher is "y")[
(set: $caphisher to (str-replaced: 1, "y", "Y", $hisher))
](else-if: 1st of $hisher is "z")[
(set: $caphisher to (str-replaced: 1, "z", "Z", $hisher))
]]]}
(text-colour:#b8b8b8)[Enter your posessive pronoun in ''lowercase''.
(ex. hers, his, theirs, its. That gemstone is //hers/his//.)]
(input: bind $hishers, "")
{(live: 1s)[
(if: $pronounconfirm is 1)[
(if: 1st of $hishers is "a")[
(set: $caphishers to (str-replaced: 1, "a", "A", $hishers))
](else-if: 1st of $hishers is "b")[
(set: $caphishers to (str-replaced: 1, "b", "B", $hishers))
](else-if: 1st of $hishers is "c")[
(set: $caphishers to (str-replaced: 1, "c", "C", $hishers))
](else-if: 1st of $hishers is "d")[
(set: $caphishers to (str-replaced: 1, "d", "D", $hishers))
](else-if: 1st of $hishers is "e")[
(set: $caphishers to (str-replaced: 1, "e", "E", $hishers))
](else-if: 1st of $hishers is "f")[
(set: $caphishers to (str-replaced: 1, "f", "F", $hishers))
](else-if: 1st of $hishers is "g")[
(set: $caphishers to (str-replaced: 1, "g", "G", $hishers))
](else-if: 1st of $hishers is "h")[
(set: $caphishers to (str-replaced: 1, "h", "H", $hishers))
](else-if: 1st of $hishers is "i")[
(set: $caphishers to (str-replaced: 1, "i", "I", $hishers))
](else-if: 1st of $hishers is "j")[
(set: $caphishers to (str-replaced: 1, "j", "J", $hishers))
](else-if: 1st of $hishers is "k")[
(set: $caphishers to (str-replaced: 1, "k", "K", $hishers))
](else-if: 1st of $hishers is "l")[
(set: $caphishers to (str-replaced: 1, "l", "L", $hishers))
](else-if: 1st of $hishers is "m")[
(set: $caphishers to (str-replaced: 1, "m", "M", $hishers))
](else-if: 1st of $hishers is "n")[
(set: $caphishers to (str-replaced: 1, "n", "N", $hishers))
](else-if: 1st of $hishers is "o")[
(set: $caphishers to (str-replaced: 1, "o", "O", $hishers))
](else-if: 1st of $hishers is "p")[
(set: $caphishers to (str-replaced: 1, "p", "P", $hishers))
](else-if: 1st of $hishers is "q")[
(set: $caphishers to (str-replaced: 1, "q", "Q", $hishers))
](else-if: 1st of $hishers is "r")[
(set: $caphishers to (str-replaced: 1, "r", "R", $hishers))
](else-if: 1st of $hishers is "s")[
(set: $caphishers to (str-replaced: 1, "s", "S", $hishers))
](else-if: 1st of $hishers is "t")[
(set: $caphishers to (str-replaced: 1, "t", "T", $hishers))
](else-if: 1st of $hishers is "u")[
(set: $caphishers to (str-replaced: 1, "u", "U", $hishers))
](else-if: 1st of $hishers is "v")[
(set: $caphishers to (str-replaced: 1, "v", "V", $hishers))
](else-if: 1st of $hishers is "w")[
(set: $caphishers to (str-replaced: 1, "w", "W", $hishers))
](else-if: 1st of $hishers is "x")[
(set: $caphishers to (str-replaced: 1, "x", "X", $hishers))
](else-if: 1st of $hishers is "y")[
(set: $caphishers to (str-replaced: 1, "y", "Y", $hishers))
](else-if: 1st of $hishers is "z")[
(set: $caphishers to (str-replaced: 1, "z", "Z", $hishers))
]]]}
(text-colour:#b8b8b8)[Enter your reflexive pronoun in ''lowercase''.
(ex. herself, himself, themselves, itself. She/he doesn't talk about //herself/himself//.)]
(input: bind $himherself, "")
{(live: 1s)[
(if: $pronounconfirm is 1)[
(if: 1st of $himherself is "a")[
(set: $caphimherself to (str-replaced: 1, "a", "A", $himherself))
](else-if: 1st of $himherself is "b")[
(set: $caphimherself to (str-replaced: 1, "b", "B", $himherself))
](else-if: 1st of $himherself is "c")[
(set: $caphimherself to (str-replaced: 1, "c", "C", $himherself))
](else-if: 1st of $himherself is "d")[
(set: $caphimherself to (str-replaced: 1, "d", "D", $himherself))
](else-if: 1st of $himherself is "e")[
(set: $caphimherself to (str-replaced: 1, "e", "E", $himherself))
](else-if: 1st of $himherself is "f")[
(set: $caphimherself to (str-replaced: 1, "f", "F", $himherself))
](else-if: 1st of $himherself is "g")[
(set: $caphimherself to (str-replaced: 1, "g", "G", $himherself))
](else-if: 1st of $himherself is "h")[
(set: $caphimherself to (str-replaced: 1, "h", "H", $himherself))
](else-if: 1st of $himherself is "i")[
(set: $caphimherself to (str-replaced: 1, "i", "I", $himherself))
](else-if: 1st of $himherself is "j")[
(set: $caphimherself to (str-replaced: 1, "j", "J", $himherself))
](else-if: 1st of $himherself is "k")[
(set: $caphimherself to (str-replaced: 1, "k", "K", $himherself))
](else-if: 1st of $himherself is "l")[
(set: $caphimherself to (str-replaced: 1, "l", "L", $himherself))
](else-if: 1st of $himherself is "m")[
(set: $caphimherself to (str-replaced: 1, "m", "M", $himherself))
](else-if: 1st of $himherself is "n")[
(set: $caphimherself to (str-replaced: 1, "n", "N", $himherself))
](else-if: 1st of $himherself is "o")[
(set: $caphimherself to (str-replaced: 1, "o", "O", $himherself))
](else-if: 1st of $himherself is "p")[
(set: $caphimherself to (str-replaced: 1, "p", "P", $himherself))
](else-if: 1st of $himherself is "q")[
(set: $caphimherself to (str-replaced: 1, "q", "Q", $himherself))
](else-if: 1st of $himherself is "r")[
(set: $caphimherself to (str-replaced: 1, "r", "R", $himherself))
](else-if: 1st of $himherself is "s")[
(set: $caphimherself to (str-replaced: 1, "s", "S", $himherself))
](else-if: 1st of $himherself is "t")[
(set: $caphimherself to (str-replaced: 1, "t", "T", $himherself))
](else-if: 1st of $himherself is "u")[
(set: $caphimherself to (str-replaced: 1, "u", "U", $himherself))
](else-if: 1st of $himherself is "v")[
(set: $caphimherself to (str-replaced: 1, "v", "V", $himherself))
](else-if: 1st of $himherself is "w")[
(set: $caphimherself to (str-replaced: 1, "w", "W", $himherself))
](else-if: 1st of $himherself is "x")[
(set: $caphimherself to (str-replaced: 1, "x", "X", $himherself))
](else-if: 1st of $himherself is "y")[
(set: $caphimherself to (str-replaced: 1, "y", "Y", $himherself))
](else-if: 1st of $himherself is "z")[
(set: $caphimherself to (str-replaced: 1, "z", "Z", $himherself))
]]]}
(text-color:#b8b8b8)[Are your pronouns singular or plural? (Plural pronouns are like they/them. Think: If the sentence "What is she doing?" doesn't sound right with your pronouns, then they're likely plural.)]
(checkbox: bind $plrl, "My pronouns are plural.")
(text-color:#b8b8b8)[Please wait a second after setting pronouns before continuing to allow them to set.]
(link: "Click to set pronouns.")[(set: $pronounconfirm to 1)(text-colour:#b8b8b8)[Pronouns set.]]
[[Reset Pronouns|start6-pronounsinput]]
<!--|||ONLY INCLUDE IF NEXT OPTION HAS PLURAL VARIANT|||copy this and change $nxt to next number to add multiple options|||-->
(set: $nxt1 to "start7-pronounsconfirm") <!--LOOP START|||sets the base name of the 1st next passage-->
{(live: 2s)[(if: $plrl is false)[ <!--runs the plural pronoun check, replacing the destination depending on result-->
(link-goto: "Try Pronouns →", $nxt1)] <!--change quotes to change displayed text-->
(else:)[
(link-goto: "Try Pronouns →", "plrl-" + $nxt1)]]<!--LOOP END-->}
<!--|||Include commented out basic pointers at end so the passage map looks right.-->
<!--[[start7-pronounsconfirm]]
[[plrl-start7-pronounsconfirm]]
[[debugplrl2]]
[[plrl-debugplrl2]]-->(text-colour:#b8b8b8)["Is $heshe hurt? What happened to $himher?"]
(text-colour:#b8b8b8)["That's $hishers, you can't take that!"]
(text-colour:#b8b8b8)["Leave $himher alone. $capheshe doesn't deserve this."]
(text-colour:#b8b8b8)["Do you know if $hisher health will improve?"]
(text-colour:#b8b8b8)["I may not know](text-color:#ac00fc)[ $name](text-colour:#b8b8b8)[ very well, but it seems $heshe can at least take care of $himherself."]
(text-colour:#b8b8b8)[**Your pronouns cannot be changed later**]
[[Confirm →|start8-whatinput]]
[[Go Back ←|start6-pronounsinput]]
<!--(text-colour:#b8b8b8)["Hello! Today I met someone who goes by $name. $capheshe has a wonderful personality. That smile of $hishers really makes me happy. I could talk to $himher all day although $heshe doesn't talk about $himherself much. I wonder if $hisher day has been wonderful. I hope so!]"--><!--(unpack: (split: "a", $heshe) into (a: "", $heshebit))
(set: $capheshe to "S"+$heshebit)-->
(set: $capname to (str-replaced: 1, "s", "S", $name))(text-colour:#b8b8b8)[Enter your preferred name, capitalized.]
(input: bind $name, "")
[[Check Name →|start4-nameconfirm]]
<!--[[debug|debugname]]-->(text-colour:#b8b8b8)["Are $heshe hurt? What happened to $himher?"]
(text-colour:#b8b8b8)["That's $hishers, you can't take that!"]
(text-colour:#b8b8b8)["Leave $himher alone. $capheshe don't deserve this."]
(text-colour:#b8b8b8)["Do you know if $hisher health will improve?"]
(text-colour:#b8b8b8)["I may not know](text-color:#ac00fc)[ $name](text-colour:#b8b8b8)[ very well, but it seems $heshe can at least take care of $himherself."]
(text-colour:#b8b8b8)[**Your pronouns cannot be changed later**]
[[Confirm →|start8-whatinput]]
[[Go Back ←|start6-pronounsinput]]
<!--(text-colour:#b8b8b8)["Hello! Today I met someone who goes by $name. $capheshe has a wonderful personality. That smile of $hishers really makes me happy. I could talk to $himher all day although $heshe doesn't talk about $himherself much. I wonder if $hisher day has been wonderful. I hope so!]"-->singular pronounsplural pronouns(text-colour:#b2f188)["Thank you. Finally, which best describes how you see yourself, ](text-colour:#ac00fc)[$name](text-colour:#b2f188)[?"]
(text-colour:#b8b8b8)[Pick from the dropdown menu.]
(text-color: #808080)[
(dropdown: bind $blessing, "---", "a butterfly", "a cat", "a dog", "an elf", "a fairy", "a fish", "a flower", "a fox", "a giraffe", "a human", "a lizard", "a plant", "space", "a spirit", "a star", "a tree", "the void")]
[[Check Self →|start9-whatconfirm]](text-colour:#b2f188)["So you see yourself as](text-colour:#f0a3cc)[ $blessing](text-colour:#b2f188)[?"]
(text-colour:#b8b8b8)[**You cannot be changed later**]
[[Yes →|start10]]
[[No ←|start8-whatinput]](text-colour:#b2f188)["Quite admirable."]
[[→|start10.1]]Your body slowly goes numb, your vision fading.
You faintly see yourself from afar, unconsious in a sea of fog.
[[→|start12]]As you drift out of lucidity, you feel at ease with the physical world and a sense of bliss washes over you, sweeping you away from waking existence.
[[→|pre-river0]]...
[[→|pre-river2]].....
[[→|pre-river3]]A soft rumble fades in, accompanied by a cool sensation enveloping your body.
[[→|pre-river4]]It's pleasant, but you feel as though you shouldn't open your eyes.
[[Open your eyes →|pre-river5]]Against your better judgement, you slowly open your eyes...
[[→|pre-river6]]Water.
[[→|VR-riverbed]](text-color:#4aa21a)+(text-size:2)[Wanderlust]
This is an unfinished, experimental game made solely by me, Caramel Treat in my free time.
The gameplay can be described basically as a text-based exploration game.
I highly recommend checking out the [[Notes|notes]] page to see some information that may be helpful to avoid confusion, and the [[About|about]] section to learn more about the game.
Keep up with the game via my blog posts at https://spacehey.com/starlightcaramel
Thank you for playing. Enjoy (text-color:#4aa21a)[Wanderlust.]
[[Start →|variable-setup]]
[[Notes →|notes]]
[[About →|about]]
[[Changelog →|changelog]][[→|pre-river1]]The voice pauses for a moment.
[[→|start10.2]](text-colour:#b2f188)["You are ready. Proceed with curiosity,](text-colour:#ac00fc)[ $name](text-colour:#b2f188)[."]
[[→|start10.3]](text-colour:#b2f188)["You will be watched over."]
[[→|start11]]...
[[→|start1]]\
(set: $waterbreathing to 0)[[Back ←|start0]]
(text-size: 2)[Changelog]
Don't expect me to add everything that's been changed on this changelog. I'll do anything I remember, but I can't be bothered to track every little alteration lol
(text-size: 1.5)[pre-alpha 1.3] (11/8/23)
biggest content update ever !! (out of only 3 updates)
* features added include:
** changed player name color from (text-color:#ff1a25)[this red] to (text-color:#ac00fc)[this purple]
** added a *lot* of content to (text-colour:#9775e6)[the field]
** added a (text-color:#d1002d)[new character]
** also added (text-color:#41dfe1)[another character]
** added entrance to (text-color:#f2ba40)[a new area]
** added entrance to (text-color:#3d70b3)[a slightly spookier area]
* new (text-color:#9775e6)[field/prairie] content
** 24 dedicated pages
** 4 examine (◆) events
** a fair bit of lore stuff :3
** this area was hell to write
* (text-color:#d1002d)[new character]
** can be found in (text-color:#6cb43c)[the forest]
** doesn't have much content yet, as it'll be a lot of programming to include that stuff
** might rework this character's role
** comes with (text-color:#f05656)[friends]
* (text-color:#41dfe1)[another new character]
** can be found in (text-colour:#9775e6)[the prairie]
** has quite a lot of (text-color:#a3eaff)[*story*]
** comes with (text-color:#4ad62e)[two new] (text-color:#a6e421)[characters]
* to do:
** limit use of undo button
** spellcheck
** maaaybe add top bar with stats, objective, settings, stuff like that (probably not)
** add saves
** add registers (and references) for having done examine (◆) events
** add a few examine (◆) events to (text-color:#9775e6)[the field]
(text-size: 1.5)[pre-alpha 1.2] (11/3/23)
some content!
* features added include:
** some content on the map
** a few examine (◆) events
** changed the opening screen and updated the notes
** added the about screen
* to do:
** limit use of undo button
** add more content
** spellcheck
** look into particle effects?
** meow
** make the pronouns auto-fill to what you had it as before when you go back
** add giraffe to options of what you see yourself as
(text-size: 1.5)[pre-alpha 1.1] (11/2/23)
basically nothing
* features added include:
** like, 5 sentences of dialogue. That's it.
** can't be bothered to do more rn
** mostly just put this out to show a friend
(text-size: 1.5)[pre-alpha 1.0] (10/25/23)
first version
* features added include:
** intro
** opening screen
** user name input
** user pronoun input
** user identification input
** intro to story
* intro:
** introduces a soft voice
** took about 10 hours of work ._.
* opening screen:
** contains a blurb from me
** has a link to this page
** links to notes page for tips and stuff
* user name input:
** allows the player to enter their own name
* user pronoun input:
** allows the player to enter their own pronouns
** this took 6 hours (and a lot of documentation searching) on its own
** this is still a pretty messy system, so suggestions on how to improve the user experience for it are very welcomed
** also this system makes Wanderlust the only game I've ever seen that allows your pronouns to be meow/meow and I think that makes it awesome :3
* user identification input:
** allows the user to pick some interpretation of their identity
* intro to story:
** has a few lines of waking up after the intro
* to-do:
** make sure all punctuation surrounding colored words is consistent
** add more content, duh
** meow mrrp mew
** spellcheck
** stay silly :3
** limit use of the undo button[[Back ←|start0]]
(text-size: 2)[Notes]
Things here are not needed to play the game, but they can improve your experience.
* The undo arrows are not to be used. They won't break the game, but when you're intended to be able to go back, there'll be a dedicated button for it.
** This will be fixed by limiting where the undo button can be used in a future version, but I can't be bothered rn.
* (text-colour:#9ba23f)+(bg:#504949)[//Warnings or notices from the developer will look like this//] (text-color:#b8b8b8)[or just this. idk, I'm inconsistent :3]
* Please report any spelling errors, glitches, or anything that appears to be unintended to me
** I can be contacted on Discord. My username is carameltreat.
** If you don't want to use Discord, feel free to email me at carameltreatartist@gmail.com
* Movements on the map are denoted by an arrow within parentheses. ex. (↑) would be moving north, (→) would be east, and so on.
* Examine events are denoted by diamonds within parentheses. ex. (◆) for starting an examine event and ◇ for ending one.The surface of (text-color:#2a7be5)[the river] flows calmly by. Below it, the riverbed is not visible. The sky above is dark, with a full moon glowing high.
On the west side of the river, you can see (text-color:#6cb43c)[a lush forest.] In the east, (text-colour:#9775e6)[a lush grassy field.]
[[Head towards the field (→)|VP-1]]
[[Head towards the forest (←)|VF-east2]]
(if: $waterbreathing is 1) [\
[[Dive underwater (↓)|VR-riverbed]]
] Near (text-color:#6cb43c)[the forest] entrance, massive trees tower over you. Strangely, you cannot see the top of the trees. Something feels off about (text-color:#6cb43c)[this forest.]
To the east, (text-color:#2a7be5)[the river flows softly.] A narrow path winds farther west into (text-color:#6cb43c)[the forest.]
[[Follow the path (←)|VF-east3]]
[[Return to the river (→)|VR-riverbedsurface]]<!--debug-->\
<!--(set: $waterbreathing to 1)\-->\
<!--end debug-->\
You are afloat in the low waters of (text-color:#2a7be5)[a sizeable river.] Dim light streams through the rippling surface, drawing wavy patterns on the soft, sandy riverbed below.
{ (if: ($waterbreathing) is 1) [
The cold water fills your lungs with a feeling not dissimilar from inhaling during snowfall. You feel comfortable swimming up or downstream.
] (else: )[
While the cold water may feel comforting to you, it's not breathable. Nowhere to go but up.
]}
[[Swim to the surface (↑)|VR-riverbedsurface]]
<!--unfinished-->
(if: $waterbreathing is 1) [\
[[Swim south underwater (↓)|VR-bedsouth]]
[[Swim west underwater (←)|VR-bedwest]]
](text-colour:#9775e6)[A large prairie] stretches out before you, the sky above glowing (text-colour:#9775e6)[a soft, beautiful violet.]
To the west, (text-color:#2a7be5)[a river] can be heard gently flowing, while in every other direction, (text-colour:#9775e6)[the field] spans.
[[Head north (↑)|VP-3]]
[[Make your way south (↓)|VP-4]]
[[Travel east (→)|VP-2]]
[[Follow the sounds of the river (←)|VR-riverbedsurface]]The trees are narrower here, and you get the feeling it's not safe.
The path bends north into the shadows of the thick, unnerving canopy. (text-color:#6cb43c)[The forest] shades the path in all directions, but to the west, you can see some light.
[[Explore the bend (↑)|VF-dark1]]
[[Examine the bark of a nearby tree (◆)|VF-treeexamine]]
[[Head towards the light (→)|VF-east2]]Upon close inspection, the otherwise normal bark appears to be comprised of small hexagon forms.
You reach out to touch the bark, but the little hexagon shapes break apart to dust as your hand approaches, revealing that the entire tree is comprised of small hexagonal prisms.
Best not to touch the trees, if you don't want them to fall.
[[Return to the path (◇)|VF-east3]]You find it hard to see detail this deep into the forest, but on occasion you catch glimpse of (text-color:#f05656)[a small red light] drifting through the air like a firefly, fading in and out as it glides.
Farther north, the path continues into near pitch-black, while south, you can see a bend in the path which remains slightly lighter.
[[Press into the darker path (↑)|VF-dark2]]
[[Leave around the bend (↓)|VF-east3]]Your pitch black surroundings offer little information on the environment, but (text-color:#f05656)[the drifting red lights] provide confirmation of your movement through the area.
(text-color:#d1002d)[A strange, vibrant red figure] can be seen in the distance.
[[Approach the figure (↑)|VF-red1]]
[[Leave the figure be (↓)|VF-dark2]]
<!--add possible route to west here that vivex tells u about-->Reaching out to a light, you try and catch one of (text-color:#f05656)[the floating red lights.] As you jump and try and capture one, they seem to make no attempt to evade your grasp.
To your surprise, you're able to cup one into your hands, and suddenly you feel it begin to move wildly against your impromptu prison.
[[→|VF-redexamine2]]
As you think of what to do with your (text-color:#f05656)[captured light], you notice a new one slowly drift towards you, before softly bumping into your hand, making a peculiar //plink// sound.
This is followed by another (text-color:#f05656)[red light] following suit, gently bumping your hand. This time, the pitch of the //plink// is slightly different.
Then (text-color:#f05656)[another light] arrives, doing the same.
Next, three more.
Then five more.
[[→|VF-redexamine3]]Soon, your hands are swarmed by (text-color:#f05656)[a pretty red glow,] accompanied by a symphony of consonant dings. The soft touch of (text-color:#f05656)[the many lights] almost tickle.
After a few moments, some of (text-color:#f05656)[the lights] seem to speak to you in a weak whisper.
(text-color:#ac00fc)["$name... please... release..."]
[[Open your hands →|VF-redexamine4]]The instant you open your hands, the twinkling melody from (text-color:#f05656)[the lights] fades as they all disperse in every direction, forming a beautiful red cloud of spots in the air.
After a few moments, most of (text-color:#f05656)[the lights] have gone away, leaving you standing in the dark with whatever few linginering (text-color:#f05656)[dots of red] remain.
[[Return to the path (◇)|VF-dark2]]While you cannot see the ground anymore in the darkness, (text-color:#f05656)[the small red lights] increase in frequency. The occasional light feels slightly comforting in this otherwise unsettling environment.
The path stretches to the south, but to the north, you see (text-color:#d1002d)[a faint red glow.] Hopefully indicative of something good.
[[Make your way to the red glow (↑)|VF-dark3]]
[[Try and catch a red light (◆)|VF-redexamine1]]
[[Head south (↓)|VF-dark1]](text-color:#d1002d)[The figure] rests close by, motionless.
[[Call out to the figure (◆)|VF-vivex1]]
[[Leave the figure (↓)|VF-dark3]][[Back ←|start0]]
(text-size: 2)[Wanderlust version pre-alpha 1.2]
Wanderlust is a text-based game inspired by a project done by my favorite band, (text-colour:#d21919)[glass] (text-colour:#3e6ad0)[beach.] (I HIGHLY recommend checking them out if you like bands like Origami Angel, Weatherday, Good Kid, or other emo/punk type things.)
For their upcoming (as of november 2023) album, (text-colour:#18bd83)[Plastic Death,] they made an alternate reality game (ARG) which if you don't know, is a series of online puzzles to be solved using various methods by any people interested. In this case, the band's fanbase. (Think of Welcome Home or Cicada 3301)
I was pretty involved in the ARG and had a lot of fun with it, but there was one part in particular I loved.
On the ARG webpage, https://glassbeach.band/abyss/compass featured a set of links which could be used to navigate around a supposed map with various interesting locations that were riddled with hints, song teasers, and stupid jokes.
I really loved this concept, and decided to adapt it into a larger, more coherent explorable map, which is now Wanderlust.
I'm making this game with the (text-colour:#14cc64)[Twine] game engine using the Harlowe story format. I went in basically blind with very very little (basically no usefull) coding experience, but reading the documentation has slowly got be up to speed with how to do stuff, so yeah. All this stuff is free, so check out the (text-colour:#14cc64)[Twine] game engine if you're interested in making a text-based, multiple choice/ interactive story-type game.You call out to (text-color:#d1002d)[the figure.]
Standing on all fours, (text-color:#d1002d)[the foxlike creature] stretches, before politely looking up at you from a comfortable distance away.
(text-color:#d1002d)["You're new here, are you not? Well] (text-color:#ac00fc)[$name] (text-color:#d1002d)[is a beautiful name."]
[[→|VF-red2]](text-color:#d1002d)["I am Vivex, and I've seen you about this forest."]
A few (text-color:#f05656)[red lights] gather around (text-color:#d1002d)[Vivex's] snout, letting out a few high pitched *plinks.*
(text-color:#d1002d)["I hope you've been nice to](text-color:#f05656)[ my sprites ](text-color:#d1002d)[around the forest. They've been watching over you, keeping you safe."]
[[→|VF-red3]]
<!--make vivex reference if you've captured a sprite or not-->Vivex looks to you.
(text-color:#d1002d)["The majority of this forest is unsafe for you. If you wish to explore farther in, I must warn you that you will need some form of self defense."]
(text-color:#b8b8b8)[Combat is an upcoming mechanic, and might not even actually be a thing. So yeah. lol]
[[(◇)|VF-red1]](text-colour:#9775e6)[The prairie's] lush green grass makes it a little hard to walk, as it comes up to your knees. Still, the brisk nighttime air and pleasant breeze makes the environment more than enjoyable.
(text-colour:#9775e6)[The field] surrounds you on all sides but west, where a steep canyon forbids further exploration.
[[North (↑)|VP-8]]
[[South (↓)|VP-1]]
[[East (→)|VP-5]]A small patch of mushrooms can be found growing through the grass here. Given their bright red caps, you figure you shouldn't risk eating them.
To the north and east, (text-color:#589d82)[the field] continues. South and west, however, you see (text-color:#2a7be5)[a river] who's waters are too rapid for you to chance entering.
[[North (↑)|VP-1]]
[[East (→)|VP-6]](text-colour:#9775e6)[The field] feels massive, but the intermittent (text-color:#ecce36)[sunflower] spots the landscape. Oddly enough, they give off a soft glow.
In all directions, the deep green grass of (text-colour:#9775e6)[the field] spans under (text-colour:#9775e6)[the violet sky.]
[[Examine one of the sunflowers (◆)|VP-sunflower1]]
[[North (↑)|VP-5]]
[[South (↓)|VP-6]]
[[East (→)|VP-7]]
[[West (←)|VP-1]]
A large rock stands in the grass, providing a nice lookout point.
And yet even with the height, grass is all that's visible in any direction.
[[North (↑)|VP-9]]
[[South (↓)|VP-2]]
[[East (→)|VP-10]]
[[West (←)|VP-3]]The grass rustles pleasantly in the cool breeze. (text-colour:#9775e6)[The prairie] invites your exploration, it seems.
And to your exploratory self, offers more grass. Everywhere.
[[North (↑)|VP-16]]
[[South (↓)|VP-7]]
[[East (→)|VP-12]]
[[West (←)|VP-5]]You can faintly hear birdsong, but you have yet to see any birds.
(text-colour:#9775e6)[The prairie] stretches in every visible direction. Interestingly, a lone tree can be seen to the south.
[[North (↑)|VP-10]]
[[South (↓)|VP-11]]
[[East (→)|VP-13]]
[[West (←)|VP-2]]Nothing of note in this part of (text-colour:#9775e6)[the field.] Just grass, cold wind, and (text-colour:#9775e6)[the violet sky.]
That being said, to the east, a single tree can be seen.
[[North (↑)|VP-2]]
[[South (↓)|VP-18]]
[[East (→)|VP-11]]
[[West (←)|VP-4]]The grass of (text-color:#9775e6)[this field] is littered here and there with healthy amounts of weeds.
To all directions but the west, (text-color:#9775e6)[the field] carries on. The west hosts a raging river, with rapids too dangerous to risk crossing.
[[North (↑)|VP-6]]
[[South (↓)|VP-24]]
[[East (→)|VP-14]]Curiously, there's a star shaped altar here, a few feet tall. It is made of harsh grey stone and is warm to the touch.
Elsewhere, there is (text-color:#9775e6)[field,] but to the south you can see a sharply elevated bit of land. Additionally, the north seems to host a single tree standing in (text-color:#9775e6)[the prairie.]
[[North (↑)|VP-11]]
[[South (↓)|VP-23]]
[[East (→)|VP-19]]
[[West (←)|VP-18]]Sounds from (text-color:#3d70b3)[a nearby cave give] this place an unsettling vibe, and part of you wants to leave.
(text-color:#3d70b3)[The cave] opens wide to the south, emitting quiet drips. to the north, a soft purple sky hangs over (text-color:#9775e6)[a field,] contrasting sharply with the harsh rocky paths to the east and west.
[[Enter the cave (↓)|TA-entry1]]
[[Travel to the field (↑)|VP-14]]
[[Head east on the rocky path (→)|VP-22]]
[[Make your way west on the rocky path (←)|VP-24]]A lone tree stands in (text-colour:#9775e6)[the field.] You can see (text-color:#41dfe1)[a woman] laid under it, motionless.
All surrounding the tree, grass can be seen.
[[Approach the woman (◆)|VP-graves1]]
[[North (↑)|VP-7]]
[[South (↓)|VP-14]]
[[East (→)|VP-15]]
[[West (←)|VP-6]]The grass of (text-color:#9775e6)[the prairie] thins here, making way for the rock and dirt ground.
To the north, the grass becomes more dense, leading to the rest of (text-color:#9775e6)[the field.] To the south and west, a high cliff face prevents you from traveling any further. Eastward, the rocky ground continues.
[[North (↑)|VP-18]]
[[East (→)|VP-23]]
<!--add an examine event here-->As you walk through the grass, you catch glimpse of a rabbit scurrying away into another part of (text-color:#9775e6)[the field.]
In all directions, (text-color:#9775e6)[the prairie] extends, but to the south, a steep cliff rises above the grassland.
[[North (↑)|VP-15]]
[[South (↓)|VP-22]]
[[East (→)|VP-21]]
[[West (←)|VP-14]](text-colour:#9775e6)[The violet sky] twinkles with stars in a beautiful display. The grass here seems rather soft.
In every visible direction, there is little to be noted other than a tree standing alone in (text-colour:#9775e6)[the field] to the west.
[[Lay down in the grass (◆)|VP-laydown1]]
[[North (↑)|VP-13]]
[[South (↓)|VP-19]]
[[East (→)|VP-20]]
[[West (←)|VP-11]]A small patch of glowing (text-color:#ecce36)[sunflowers] makes its home at this spot in (text-colour:#9775e6)[the field.]
In all directions, (text-colour:#9775e6)[the prairie] stretches on.
(text-color:#4aa21a)[txt]
[[North (↑)|VP-12]]
[[South (↓)|VP-15]]
[[East (→)|VP-17]]
[[West (←)|VP-7]]You get the feeling that you're being watched, though it doesn't make you uncomfortable.
To the north and east, a canyon blocks your way. South and west, (text-color:#9775e6)[the prairie] continues.
[[South (↓)|VP-20]]
[[West (←)|VP-13]]The air here feels warm, and the grass of (text-color:#9775e6)[the large field] before you is laden with with sand blown in from (text-color:#f2ba40)[a strange cave] to the east.
In all directions but east, the grass stretches. Eastward, you can hear the distant howling of wind through dark, (text-color:#f2ba40)[sandy cavern.]
[[Enter the cave (→)|DS-corridor1]]
[[Make your way north (↑)|VP-17]]
[[Venture south (↓)|VP-21]]
[[Travel westward (←)|VP-15]]The moon is strangely bright here.
To the north and east, a dead drop into a canyon halts your progress. South and west, there stands grass.
[[South (↓)|VP-13]]
[[West (←)|VP-10]]The grass here is less dense, making travel a little easier.
North and east, more of (text-color:#9775e6)[the prairie] is available. South and west, however, a rocky cliffside towers over you, too steep to climb.
[[North (↑)|VP-20]]
[[West (←)|VP-19]]The ground here is more rocky, with a thin veil of grass lingering from the more saturated areas of (text-color:#9775e6)[the adjacent field.]
To the north, (text-color:#9775e6)[said field] stretches on, while to the west, the rocky ground continues, leaving the south and east blocked by a high cliff towering above you.
[[North (↑)|VP-19]]
[[West (←)|VP-23]]An few odd rocks with small holes carved into them can be seen here, standing above (text-colour:#9775e6)[the prairie]. When the wind hits them just right, it creates a somber chord of airy whistling.
To the north, a canyon blocks any exploration, but elsewhere, (text-colour:#9775e6)[the field] continues.
[[South (↓)|VP-5]]
[[East (→)|VP-16]]
[[West (←)|VP-8]]To the north and east, a massive canyon can be observed. Standing right at the edge, you can feel a strong wind from below. Something in the back of your mind wants you to jump off.
To the south and west, more grass.
[[South (↓)|VP-10]]
[[West (←)|VP-9]]
<!--[[Jump off the ledge (◆)|VP-ledgejump]]-->On occasion, you almost trip on a rock. The grass doesn't allow you to see very well what you're stepping over, after all.
Grass of (text-colour:#9775e6)[the prairie] can be found in most directions, except for north, where a canyon restricts further travel.
[[South (↓)|VP-3]]
[[East (→)|VP-9]]
[[West (←)|VP-silent]]As you approach (text-color:#ecce36)[a sunflower,] you feel a warm, comforting aura eminating from it.
(text-color:#ecce36)[The plant] illuminates the surrounding grass with a soft yellow glow, and being face to face with (text-color:#ecce36)[the flower] makes you smile a little.
[[(◇)|VP-2]](text-color:#589d82)[The prairie is silent here.]
[[(◆)|VP-silent1]]
[[East (→)|VP-8]](text-color:#589d82)[...]
[[(◇)|VP-silent]]Approaching (text-color:#41dfe1)[the motionless woman,] you get a bad feeling.
She is laid on her side, chest against the tree.
She is not noticeably breathing.
[[Attempt to wake her up →|VP-graves2]]You crouch down next to (text-color:#41dfe1)[the woman] and softly push her shoulder.
No response.
[[Roll her over →|VP-graves3]]You gently roll her over onto her back.
She is a finely dressed woman, and besides her motionlessness, looks to be healthy.
Her eyes are closed tight, but otherwise her face looks normal. In fact, she looks fairly pretty.
[[→|VP-graves4]]You notice a folded piece of paper sticking out of (text-color:#41dfe1)[the woman's] shirt pocket.
[[Carefully remove and read the paper →|VP-graves5]]The letter is written on a tattered sheet of paper, and the handwriting is hard to make out.
(text-color:#a3eaff)[*Dear*] (text-color:#41dfe1)[*Graves,*](text-color:#a3eaff)[*
I'm terribly sorry I took so long to write back. Things have been awfuly chaotic back here and it's been a struggle to find things to keep the fire going, but I'm sure you understand. I really hope you're doing okay out there. If you can find time to visit soon, you know*] (text-color:#4ad62e)[*Orchid*] (text-color:#a3eaff)[*and I would love to have you back for a day or two.
Oh, and about *] (text-color:#4ad62e)[*Orchid.*] (text-color:#a3eaff)[*I know things have been really tough out there, and more bad news isn't going to help, but I know you would rather me tell you than not. To not sugarcoat it,*] (text-color:#4ad62e)[*Orchid's*] (text-color:#a3eaff)[*illness has gotten much worse in the past week or so. The doctor doesn't know what it is yet, but we're waiting on someone from*] (text-color:#6cb43c)[*the Vinca Forest*] (text-color:#a3eaff)[*village to come by, who's supposedly more versed in this sickness. It breaks my heart to see her lose her sight like this, and I'm hoping with all of my soul that the new doctor can find a way to bring it back. But with how her eyes were last time the doctor had her open them, I don't think that's going to happen.
I'm really sorry, darling. I didn't mean for this letter to come with such bad news, but I know how you are about*] (text-color:#4ad62e)[*Orchid,*] (text-color:#a3eaff)[*and I just know you wouldn't want me to hide this from you.
I love you with everything I have, and I hope you can make it back home in time for the new year.
Stay safe,*] (text-color:#41dfe1)[*my gem.*] (text-color:#a3eaff)[*
Love,*] (text-color:#a6e421)[*Truth.*](text-color:#a3eaff)[*
Oh, and one last thing.
I know how much you love*] (text-color:#589d82)[*that part of the prairie,*] (text-color:#a3eaff)[*but I really don't think you should go there anymore after what you told me about where you and*] (text-color:#4ad62e)[*Orchid*] (text-color:#a3eaff)[*went before she got sick. We shouldn't take any chances with this.*]
[[Check for a pulse →|VP-graves6]]Nothing.
[[→|VP-graves7]][[Put the letter back →|VP-graves8return]]
[[Keep the letter →|VP-graves8keep]](set: $grvLetter1 to false) You return the letter to (text-color:#41dfe1)[Graves'] body.
[[(◇)|VP-11]](set: $grvLetter1 to true) You keep (text-color:#41dfe1)[Graves'] letter.
[[(◇)|VP-11]]...
[[(◇)|VP-16]]
You lay down in the cool grass of (text-color:#9775e6)[the prairie] and look up at the sky.
[[Close your eyes →|VP-laydownclose1]]
[[Stargaze →|VP-laydownopen1]]You close your eyes.
All at once, all of your other senses spring to life to make up for the absense of one.
(text-color:#9775e6)[The field's] sounds, weather, and scents all come to the forefront of your mind.
[[→|VP-laydownclose2]]Looking up at the sky, you ponder the reason behind it's (text-color:#9775e6)[violet hue.] Maybe some strange atmospheric phenomena? Maybe a hallucination?
Whatever the case, the tapestry of the white pinpricks that are the stars makes for a stunning display across the sky.
[[→|VP-laydownopen2]]Despite having never seen birds flying about, you can hear the occasional song echo out over the grass.
The grass sways softly in the breeze, providing a constant rustling. A pleasant confirmation of reality.
[[→|VP-laydownclose3]]The cold air of (text-color:#9775e6)[the prairie] clings to your warmth, while the light wind attempts to strip it away.
Moisture in the air gives the implication of recent rainfall, though it's undiscernible from simple dew.
[[→|VP-laydownclose4]]The grass gives off an earthy smell, giving a comforting feeling. Combined with the cool blades, (text-color:#9775e6)[the field] seems to be giving you a hug.
[[Open your eyes →|VP-laydownopen1]]
[[Get up (◇)|VP-15]]As you look up at the sky, you see a shooting star skirt the edge of your vision. When you look over to the motion, all that's left behind is a subtle line through the atmosphere.
As your eyes are in that direction, though, you notice what looks to be a comet dimly present to the south sky. Perhaps that's the source of the shooting star you just saw.
Curiously, the comet's tail seems to stretch quite the distance across the night sky. Significantly more than would be typically expected.
[[→|VP-laydownopen3]]While the sky is beautiful, staring into the abyss of space for so long leaves you with a feeling of dread.
[[Close your eyes →|VP-laydownclose1]]
[[Get up (◇)|VP-15]](text-color:#b8b8b8)[This part of the story/map is in development. Please return in a future update and remember to check the changelogs for info. <3]
[[Back (←)|VP-20]](text-color:#b8b8b8)[This part of the story/map is in development. Please return in a future update and remember to check the changelogs for info. <3]
[[Back (↑)|VP-23]]